home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / makelink < prev    next >
Text File  |  1995-05-19  |  2KB  |  58 lines

  1.     
  2.             MAKELINK (2.x and 3.x only) (located in C:)
  3.  
  4.     NAME
  5.             MakeLink - Creates links which point to other files.
  6.  
  7.     SYNOPSIS
  8.             MakeLink [FROM fromname] [TO toname] [HARD] [FORCE]
  9.  
  10.     DESCRIPTION
  11.             When a program asks for a file, they will get the 
  12.         file linked to instead of that file itself. These links 
  13.         are handy whenever you have different programs who want 
  14.         to reference the same file in several different 
  15.         directories. Let's say you like to read your docs with 
  16.         ppmore. Well, many icons are configured to use More, Much 
  17.         More, Multiview, or any other text viewer. Well, to use 
  18.         your favorite reader (ppmore) you can make links that 
  19.         direct all other readers to access ppmore instead.
  20.  
  21.             The only problem with MakeLink is that you cannot 
  22.         make a link accross a volumes. Your link must reside on 
  23.         the same volume or partition.
  24.  
  25.     KEYWORDS
  26.  
  27.         FROM fromname
  28.             The name of the link file to create. You only need to include
  29.         the FROM keyword if you have the fromname and toname reversed.
  30.  
  31.         TO toname
  32.             The name of the file which will be linked to. This must be on
  33.         the same volume as fromname, and cannot be a directory name unless
  34.         you use the FORCE option is used.
  35.  
  36.         HARD
  37.             An optional keyword is used to indicate that the link and its
  38.         target are on the same volume. A soft link is when the link is on
  39.         a different volume. This is currently not supported.
  40.  
  41.         FORCE
  42.             This is to create a directory link. This is where the link file
  43.         will look for a particular directory instead of file. This is certain
  44.         to cause confusion within your file system, especially if the target
  45.         directory contains linked files. It will also cause havoc if you 
  46.         create a link to the parent directory of a target of another link.
  47.         Even though MakeLink keeps you from making certain kinds of confusing
  48.         links, you should be extra cautious when FORCING a link.
  49.  
  50.  
  51.     EXAMPLES
  52.  
  53.             1. To make a file run the program c:ppmore instead of 
  54.         C:more or C:muchmore
  55.  
  56.         MAKELINK c:ppmore c:more
  57.         MAKELINK c:ppmore c:muchmore
  58.